Update system
2013/01/16 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-plugin-fastestmirror' that looks for fast server and download packages from there automatically. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-6.fc18 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: yum-plugin-fastestmirror noarch 1.1.31-6.fc18 fedora 24 k Transaction Summary ================================================================================ Install 1 Package Total download size: 24 k Installed size: 53 k Downloading Packages: yum-plugin-fastestmirror-1.1.31-6.fc18.noarch.rpm | 24 kB 00:00 Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Installing : yum-plugin-fastestmirror-1.1.31-6.fc18.noarch 1/1 Verifying : yum-plugin-fastestmirror-1.1.31-6.fc18.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.31-6.fc18 Complete![root@dlp ~]# yum -y update
|